home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-persn < prev    next >
Encoding:
Text File  |  1990-11-12  |  3.0 KB  |  83 lines

  1. SET-SHOW PERSONAL_NAME
  2.  
  3. Enables you to append a field to the end of the "From:" field of mail messages
  4. you send. You can fill this field with your full name and mailing address, or
  5. any other information.
  6.  
  7. The SET NOPERSONAL_NAME command clears any name you previously specified with
  8. the SET PERSONAL_NAME command.
  9.  
  10. The SHOW PERSONAL_NAME command displays your personal name. If you have SYSNAM
  11. privilege, you may show the personal name of another user by using the SHOW
  12. PERSONAL_NAME/USER=username command.
  13.  
  14. Format:        SET PERSONAL_NAME "text-string"
  15.  
  16.                SET NOPERSONAL_NAME
  17.  
  18.                SHOW PERSONAL_NAME
  19.  
  20.  
  21. Parameters:    "text-string"
  22.  
  23.                Specifies the string for the "From:" field of mail messages
  24.                you send. You must enclose the string in quotation marks;
  25.                otherwise, MAIL converts it to uppercase letters. You must
  26.                begin the string with an alphabetic character and avoid two       
  27.                consecutive embedded spaces within the string. The length of
  28.                the "text-string" should not exceed 127 characters.
  29.  
  30. Qualifiers:    /ALL
  31.  
  32.                Lists personal name information or displays a message if the
  33.                specified user has not entered a personal name.
  34.  
  35.                /USER
  36.  
  37.                /USER=username
  38.  
  39.                Allows a user with SYSNAM privilege to see personal names set by  
  40.                other users. The user name can be specified, or you can use the   
  41.                wildcard characters (* or %) to search for names with a           
  42.                particular string in common.
  43. Examples:
  44.  
  45.         1.
  46.              MAIL> SET PERSONAL_NAME "Catherine the Great"
  47.        
  48.                 .
  49.                 .
  50.                 .
  51.        
  52.              MAIL> SEND
  53.        
  54.                 .
  55.                 .
  56.                 .
  57.        
  58.              New mail on node FLAXEN from ALPHA::BELLINI
  59.              "Catherine the Great"
  60.        
  61.                 .
  62.                 .
  63.                 .
  64.        
  65.              From:      ALPHA::BELLINI "Catherine the Great" 
  66.                19-APR-1988 15:34
  67.              To:        FLAXEN::STARCK
  68.  
  69.                     This example shows how a user named Bellini sets her         
  70.                     personal name to Catherine the Great.
  71.         2.
  72.              MAIL> SHOW PERSONAL_NAME/ALL/USER=A*N
  73.              Username              Fullname
  74.              ACKEN                 Joe Joe
  75.              ANDERSON              Hans Christian
  76.              ARRON                 None
  77.  
  78.                     This example shows a wildcard search for all users whose     
  79.                     names begin with the letter 'A' and end with letter 'N'.     
  80.                     Since the /ALL qualifier has been specified, all users are   
  81.                     listed, even if they have not entered a personal name. 
  82.                     ARRON has not entered a personal name, therefore, None       
  83.                     appears under the "Fullname" heading.